home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / amiga / Examples / SCoptions < prev   
Encoding:
Text File  |  1997-06-25  |  290 b   |  21 lines

  1. DEBUG=FULL
  2. DATA=FAR
  3. CODE=FAR
  4. MATH=FFP
  5. CPU=68020
  6. ANSI
  7. COMMENTNEST
  8. LINK
  9. VERBOSE
  10. ABSFUNCPOINTER
  11. INCLUDEDIR=qv:mesa/include
  12. DEFINE AMIGA
  13. LIBRARY=lib:debug.lib
  14. LIBRARY=qv:mesa/lib/MesaGLU.lib
  15. LIBRARY=qv:mesa/lib/MesaTK.lib
  16. LIBRARY=qv:mesa/lib/Mesaaux.lib
  17. IGNORE=89
  18. IGNORE=85
  19. IGNORE=88
  20. IGNORE=79
  21.